h1 {color: darkcyan;
    padding: 8px;
    background-color: aqua;
    border-bottom: 3px solid rgb(0, 255, 132);
    font-size: 25px;
    margin-top: -8px;
    margin-left: -7px;
    margin-right: -8px;
    font-family:'Courier New', Courier, monospace;
}
body {
background-color: rgb(10, 204, 172);
text-align: center;}

a {
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    color: aqua;
    
}

a:hover {
    text-decoration: none;
}
